home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / cad / mechan93.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-01-22  |  1KB  |  32 lines

  1. echo off
  2. echo ************************************************************
  3. echo *         Installation of the MECHAN system                *
  4. echo *              (Pronounced  MECH'-AN)                      *
  5. echo *    Kinematic and Dynamic Analysis of Planar Mechanisms   *
  6. echo *       Closed-Form Solutions using Kinematic Groups       *
  7. echo ************************************************************
  8. echo .
  9. echo 1. If this is an UPGRADE ... BACKUP YOUR CURRENT DATA FILES
  10. echo .  before installing MECHAN93.
  11. echo .
  12. echo 2. Insert the MECHAN93 diskette in any floppy drive.
  13. echo .  Switch to the drive with the MECHAN93 diskette.
  14. echo .
  15. echo 3. Specify the DRIVE and DIRECTORY where MECHAN93 is to be installed.
  16. echo .      Enter   install  drive_letter:  directory_name
  17. echo .    Example   install c: \mech   (Space between entries)
  18. echo .
  19. echo 4. After installation is completed ... After the DOS prompt
  20. echo .      Enter   init               (Create INIT file for your system)
  21. echo .
  22. echo 5. To start MECHAN ... Enter  mechan
  23. echo .
  24. echo 6. To ABORT and restart installation enter  CTRL-C
  25. pause
  26. echo on
  27. md %1%2
  28. copy mechan93.exe %1%2
  29. %1
  30. cd %2
  31. mechan93.exe
  32.